Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 7 - Sequence Grabber Panel Components / Sequence Grabber Panel Components Reference
Functions / Managing Your Panel Component


SGPanelRemove

Sequence grabber components call your component's SGPanelRemove function before removing your panel from the settings dialog box.

pascal ComponentResult SGPanelRemove (SeqGrabPanelComponent s,
                                       SGChannel c, DialogPtr d,
                                       short itemOffset);
s
Identifies the sequence grabber component's connection to your panel component.
c
Identifies a connection to the sequence grabber channel associated with your panel component.
d
Contains a dialog pointer identifying the settings dialog box.
itemOffset
Specifies the offset to your panel's first item in the dialog box.
DESCRIPTION
A sequence grabber component calls your SGPanelRemove function just before removing your items from the settings dialog box. The sequence grabber provides you with information identifying the channel your panel is to configure, the dialog box, and the offset of your panel's items into the dialog box. You may use this opportunity to save any changes you may have made to the dialog box or to retrieve the contents of TextEdit items.

If the sequence grabber opened your resource file, it will still be open when it calls this function.

SEE ALSO
Sequence grabbers call your SGPanelInstall function (described in the previous section) before displaying the settings dialog box to the user.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help